type google.golang.org/protobuf/internal/impl.float32Converter

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		convert.go#L120: 			return &float32Converter{t, defVal(fd, float32Zero)}
		convert.go#L265: type float32Converter struct {
		convert.go#L270: func (c *float32Converter) PBValueOf(v reflect.Value) protoreflect.Value {
		convert.go#L276: func (c *float32Converter) GoValueOf(v protoreflect.Value) reflect.Value {
		convert.go#L279: func (c *float32Converter) IsValidPB(v protoreflect.Value) bool {
		convert.go#L283: func (c *float32Converter) IsValidGo(v reflect.Value) bool {
		convert.go#L286: func (c *float32Converter) New() protoreflect.Value  { return c.def }
		convert.go#L287: func (c *float32Converter) Zero() protoreflect.Value { return c.def }